home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Share / Progra / python / BeOpen-Python-2.0.exe / TEST_LONGEXP.PY < prev    next >
Encoding:
Text File  |  2000-09-28  |  68 b   |  5 lines

  1. REPS = 65580
  2.  
  3. l = eval("[" + "2," * REPS + "]") 
  4. print len(l)  
  5.